fixed type conversions, register models with pixel formats
authorØyvind Kolås <ok@src.gnome.org>
Sun, 14 Aug 2005 19:47:24 +0000 (19:47 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Sun, 14 Aug 2005 19:47:24 +0000 (19:47 +0000)
ChangeLog

index 738bd36bfce06ef1afd9283ad1f0b2de082c0b2e..62e517071095eff095557bb21f2b1ee265e46390 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2005-08-14  Øyvind Kolås  <pippin@gimp.org>
+
+       * babl/babl-base/Makefile.am: LDADD = -lm
+       * babl/babl-base/babl-base-conversions-model.c: reindentation, added
+       gamma functions.
+       * babl/babl-base/babl-base-conversions-type.c: corrected reference
+       versions of u8, u16 and float.
+       * babl/babl-base/babl-base-models.c: ifdef'ed out some of the more
+       arcane models.
+       * babl/babl-base/babl-base-pixel-formats.c: added the corresponding
+       model used to all pixel formats.
+
 2005-08-09  Øyvind Kolås  <pippin@gimp.org>
 
        * babl/Makefile-mini: CFLAGS = -Werror -Wall ....